Expand description
Provides the Boolinator
trait, which lets you use Option
and Result
-style combinators with bool
s.
§Compatibility
boolinator
is tested against Rust 1.0+. Exhaustively so.
Traits§
- This trait defines a number of combinator-style methods for use with
bool
values.